Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.111.1 - autoclosed #67

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pulumi/pulumi/pkg/v3 v3.108.1 -> v3.111.1 age adoption passing confidence

Release Notes

pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)

v3.111.1

Compare Source

3.111.1 (2024-03-15)

Bug Fixes
  • [cli/display] Fix superfluous newlines being written during updates

  • [programgen/{dotnet,go,nodejs,python}] Fix enum resolution from types of the form union[string, enum]
    #​15696

v3.111.0

Compare Source

3.111.0 (2024-03-15)
Features
  • [auto/go] Support remote deployment executor image
    #​15697
Bug Fixes
  • [engine] Test and fix the engine filling in property dependencies to provider constructs

  • [sdkgen/go] Ensure package generation for Go doesn't panic when encountering overly nested arrays or maps of primitive types
    #​15680

v3.110.0

Compare Source

3.110.0 (2024-03-14)

Features
  • [cli] Make "pulumi dn" an alias for "pulumi destroy"
    #​15650

  • [yaml] Update yaml to v1.6.0
    #​15661

  • [sdk/python] Add experimental support to the Python SDK for the new transforms system
    #​15376

Bug Fixes
  • [cli/state] Add --yes to state upgrade
    #​15648

  • [programgen/{dotnet,go,python}] Fix panic when generating programs for MLC packages where they include type references to external packages
    #​15605

  • [programgen/go] Fix optional primitive values being derefrenced
    #​15592

  • [sdk/go] Await output properties from Construct/Call before closing the Context
    #​15611

  • [sdk/nodejs] Fix codepaths computation when working dir is nested relative to package.json
    #​15601

  • [sdk/nodejs] Replace glob with fdir to avoid an indirect dependency on inflight
    #​15617

  • [sdkgen/python] Make replace-on-changes values camelCased not kebab_cased
    #​15666

v3.109.0

Compare Source

3.109.0 (2024-03-07)

Features
  • [auto/{go,nodejs,python}] Add support for suppress progress and suppress outputs parameters in the Automation API
    #​15596

  • [pkg] Make schema.NewPluginLoader respect PULUMI_DEBUG_PROVIDERS, which enables Pulumi YAML programs to work correctly with this feature
    #​15526

  • [sdk/dotnet] Update dotnet language host to 3.60.0
    #​15609

  • [sdk/nodejs] Add experimental support to the NodeJS SDK for the new transforms system.
    #​15532

  • [sdk/python] Add support for asynchronous invokes via a new invoke_async function
    #​15602

  • [sdkgen/dotnet] Support for non-overlay components in codegen for pulumi-kubernetes provider
    #​15490

Bug Fixes
  • [cli] Fix a panic when the secrets provider is missing from the deployment snapshot
    #​15599

  • [backend/service] Make decrypt/encrypt network calls retryable to help work around network hiccups
    #​15600

  • [cli/new] Strip credentials and query strings from template URLs saved to project
    #​15586

  • [engine] Fix an issue where snapshots could become invalid when doing a targeted up
    #​15476

  • [engine] Downgrade remediate policy violations to mandatory

  • [pkg/testing] Make ProgramTest use a temporary PULUMI_HOME for each test
    #​15568

  • [sdkgen/dotnet] Codegen fix for resources without constant input properties
    #​15488

  • [sdk/nodejs] Properly capture node:crypto and global.crypto in node 19+
    #​15492

  • [sdk/python] Fix determining plugins for old packages in the Python language host
    #​15576


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Dec 6, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: provider/go.sum
Command failed: go get -d -t ./...
go: github.com/equinix/[email protected] (replaced by ../upstream): reading ../upstream/go.mod: open /tmp/renovate/repos/github/equinix/pulumi-equinix/upstream/go.mod: no such file or directory

@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from fcb4507 to a3d1b2c Compare December 7, 2023 22:54
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.95.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.96.0 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from a3d1b2c to f660008 Compare December 8, 2023 04:06
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.96.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.96.1 Dec 8, 2023
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from f660008 to 386b87b Compare December 8, 2023 22:18
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.96.1 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.96.2 Dec 8, 2023
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from 386b87b to 58a8fa6 Compare December 14, 2023 19:48
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.96.2 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.97.0 Dec 14, 2023
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from 58a8fa6 to 4824832 Compare December 19, 2023 16:32
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.97.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.98.0 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from 4824832 to 09eb155 Compare December 21, 2023 04:39
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.98.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.99.0 Dec 21, 2023
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from 09eb155 to 1f0a210 Compare January 5, 2024 01:55
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.99.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.100.0 Jan 5, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from 1f0a210 to c83b1a5 Compare January 10, 2024 03:03
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.100.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.101.0 Jan 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from c83b1a5 to fea4591 Compare January 10, 2024 22:26
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.101.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.101.1 Jan 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from fea4591 to 72e1179 Compare January 18, 2024 22:31
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.101.1 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.102.0 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from 72e1179 to 80b83aa Compare January 25, 2024 03:59
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.102.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.103.0 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from 80b83aa to 262b979 Compare January 25, 2024 09:22
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.103.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.103.1 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from 262b979 to f3aa499 Compare January 31, 2024 22:11
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.103.1 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.104.0 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from f3aa499 to 581f4ad Compare February 1, 2024 07:34
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.104.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.104.1 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from 581f4ad to 91a8fd4 Compare February 1, 2024 12:26
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.104.1 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.104.2 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from 91a8fd4 to 97f267d Compare February 8, 2024 04:34
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.104.2 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.105.0 Feb 8, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from 97f267d to 735905f Compare February 16, 2024 04:43
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.105.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.106.0 Feb 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from 735905f to b1f7777 Compare February 22, 2024 00:21
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.106.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.107.0 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from b1f7777 to a38d930 Compare March 1, 2024 07:45
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.107.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.108.0 Mar 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from a38d930 to 7ea2148 Compare March 2, 2024 04:09
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.108.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.108.1 Mar 2, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from 7ea2148 to 4e65bb2 Compare March 6, 2024 08:35
Copy link

github-actions bot commented Mar 6, 2024

Does the PR have any schema changes?

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from 4e65bb2 to 9dbb0b8 Compare March 8, 2024 01:14
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.108.1 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.109.0 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch 2 times, most recently from 33eadf4 to 9af6628 Compare March 14, 2024 20:17
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.109.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.110.0 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from 9af6628 to 67c0b5e Compare March 15, 2024 12:50
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.110.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.111.0 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch from 67c0b5e to bfcdc31 Compare March 16, 2024 12:02
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.111.0 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.111.1 Mar 16, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.111.1 fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.111.1 - autoclosed Mar 26, 2024
@renovate renovate bot closed this Mar 26, 2024
@renovate renovate bot deleted the renovate/github.com-pulumi-pulumi-pkg-v3-3.x branch March 26, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants